projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59adeb5
)
(sh-mode-syntax-table): Change syntax of ?, to "_".
author
Andreas Schwab
<schwab@suse.de>
Mon, 21 Jul 2003 06:24:52 +0000
(06:24 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Mon, 21 Jul 2003 06:24:52 +0000
(06:24 +0000)
lisp/progmodes/sh-script.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sh-script.el
b/lisp/progmodes/sh-script.el
index 7fc3671d4e608a09cee3efbfe5d28f8821b21291..351d6e81c7b65b282e1d52d471ffbc752e1a9b68 100644
(file)
--- a/
lisp/progmodes/sh-script.el
+++ b/
lisp/progmodes/sh-script.el
@@
-406,6
+406,7
@@
the car and cdr are the same symbol.")
?. "_"
?^ "_"
?~ "_"
+ ?, "_"
?< "."
?> ".")
(csh eval identity sh)